Search results 60

Card image cap
TextPercentageMatch

Matching any part of a string in another , then returns 0 if not match, Or ...

Card image cap
CanAccessVBA

Returns true if VBA is accessible through code, returns false if not

Card image cap
HaveNonEnglish + StringASCIIs

Checks if one char is within two ASCII codes or not (StringASCIIs) Used to see ...

Card image cap
Match2

Matching by two values at the same time in two columns Just like Match the ...

Card image cap
MatchIf (aka VMatchIf)

The best Match I created, return 0 if not found, kind of CountIF+Match ...

Card image cap
WaitFor + ShellWait

Tell App to wait for number of seconds and Execute command and wait for it ...

Card image cap
Convert2SQLDate

Converts a date (numeric date) into Date acceptable by SQL, as in YYYY-MM-DD ...

Card image cap
BrowseFolder

Asks user for a folder tested in VBA of word as well as VBA in Excel

Card image cap
FindIn1DArray

Returns 1 if an item found in array, 0 if not

Card image cap
CutRightString

Cuts a string from a string FROM RIGHT starting from specific character and ...

Card image cap
RemoveHTML

Removes HTML code Basically anything between < and > There is a better ...

Card image cap
FilesIn + FilesIn_Count

Returns list of files found in a folder, list separated with custom separator ...